feat(BC-14): added organization dropdown in studio (DS-603)#770
Merged
JuanDavidBuitrago merged 1 commit intoednx-release/olmo.unescofrom Jul 30, 2023
Merged
feat(BC-14): added organization dropdown in studio (DS-603)#770JuanDavidBuitrago merged 1 commit intoednx-release/olmo.unescofrom
JuanDavidBuitrago merged 1 commit intoednx-release/olmo.unescofrom
Conversation
Member
Author
|
https://github.com/orgs/eduNEXT/teams/dedalo |
luisfelipec95
approved these changes
Jul 27, 2023
84c8e55 to
e7a4269
Compare
Adds a dropdown to select the organization. The dropdown will only be activated for users with CourseCreator permission to specific organizations in Studio. Use cases: When FEATURES['ENABLE_CREATOR_GROUP'] = True and the user has CourseCreator permission granted, a dropdown will appear with all specific organizations allowed. In case of all_organizations setting is enabled, all organizations will appear in the dropdown. In case the user is staff, he can create organizations it will work as before
e7a4269 to
fc37725
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This is just a backport from this PR: openedx/openedx-platform#30975, also this PR needs this another PR but that have already been merged and the code is in edx-platfrom since maple: openedx/openedx-platform#26616
How to test
You can find more information about it in the PR to upstream: openedx/openedx-platform#30975